auto merge of #257 : alexcrichton/cargo/ld-lib-path, r=wycats
authorbors <bors@rust-lang.org>
Thu, 24 Jul 2014 19:44:41 +0000 (19:44 +0000)
committerbors <bors@rust-lang.org>
Thu, 24 Jul 2014 19:44:41 +0000 (19:44 +0000)
commitc1838f6eff1eb61cb153a320acc5ece1d147d725
treefa32b7a36bcaa1ee28c54e1f651968aec7a99f74
parentd9e1938861190093e32cb6b1de3564863b4b24dd
parentf3e43bfced8ec8822d0d2c51d6a5532410ed305a
auto merge of #257 : alexcrichton/cargo/ld-lib-path, r=wycats

At runtime rustc will dlopen() plugins, and if plugins have dynamic dependencies
they're likely to be in target/deps, so we need to make sure that directory is
in the right search path.